home *** CD-ROM | disk | FTP | other *** search
/ Trees of Indiana / Trees of Indiana.iso / pc / data / glossary / catkin.dxr / 00003.ls < prev    next >
Encoding:
Text File  |  2002-07-30  |  165 b   |  15 lines

  1. on mouseWithin
  2.   cursor(280)
  3. end
  4.  
  5. on mouseLeave
  6.   cursor(0)
  7. end
  8.  
  9. on mouseUp
  10.   unload()
  11.   tell the stage
  12.     forget(window("@/:Data:Glossary:catkin"))
  13.   end tell
  14. end
  15.